NWidgetFactory<TItem> Class Methods
For a list of all members of this type, see NWidgetFactory<TItem> members.
| Name | Description |
 | CreateWidget | Creates a widget for the given item. The default implementation creates a label and sets its text to the result of the GetString method for the given item. |
 | GetString | Gets the string representation of the given item. The default implementation calls the "ToString" method of the given item. |
 | GetTag | Gets a custom object that should be assigned to the Tag property of the created item. |
Top